home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / prtr1_2.zip / PRTR / DEMO1 / 0003.PR < prev    next >
Text File  |  1994-08-27  |  360b  |  9 lines

  1. $DESCRIPTION:
  2. When the setup program runs all of the previous information in the autoexec.bat file is lost. The only thing in the file is the new environment variable settings.
  3. $INVESTIGATION:
  4. The subroutine Updata_Autoexec() opens AUTOEXEC.EXE as in OUTPUT mode not APPEND mode.
  5. $RESOLUTION:
  6. Modified Update_Autoexec() to fix problem.
  7. $VERIFICATION:
  8.  
  9.